#bs-gdpr-cookies-modal .modal-dialog {
    border:0px solid red !important;
}

#bs-gdpr-cookies-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
    font-size: 0.9rem;
}

#bs-gdpr-cookies-modal .modal-body {
    padding: 10px;
}

#bs-gdpr-cookies-modal .modal-header {
    background: #fff;
    padding: 10px ;
    border:0px solid red;
    border-radius:0px;
    color: #08509F;
}

#bs-gdpr-cookies-modal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding:0!important;
    border: 0px solid #e6e1de;
}

#bs-gdpr-cookies-modal .modal-footer button{
font-size:18px;
color:#fff;
font-weight:bold;
background-color: #08509F;
margin:6px;
}

#bs-gdpr-cookies-modal .modal-footer button:hover{
font-size:18px;
color:aliceblue;
font-weight:bold;
background-color:#0048A7; 
margin:6px;
}

.modal-backdrop{
    background-color: #609dee!important;
}

.modal-backdrop.show {
    opacity: 0.8;
}